I'm not talking about UIButton only. In my case it can be any type of uicontrol object like UIAlertController Ok, Cancel button, tableview cell, UISegment or any thing else. I have to automatically perform action of that UIControl object using x,y coordinate.In simple word i'm working on Remote controlling application.
Post
Replies
Boosts
Views
Activity
@Claude31 do have any other suggestion or solutions for this?
I have tried this code already. But it only return's the view object that contain coordinates i have received from server.But i want to generate clcik event on that object i get from this code.
Nope.Can you let me know which part of link is useful for my requirement.I can generate touch on button to call the action but problem with other type UIControl.
I'm not able to generate automatic touch in my app using x,y cooridnate.
Actually i'm developing a remote control app. I have implemented broadcasting using ReplayKit framework. For this i have used WebSockat (StartScream) to send frames to server.Now i want an additional functionality, let's take an example my Apps Login screen is showing on web page. When click on login button on web page in that case i received x,y coordinate in my app using socket. Using that cooridnate i have to click login button action automatically in my app. Automatic click using x,y cooridnate will apply on ohter UIControl also (Tableview, Textfield, actionsheet, uialercontroller etc.).In short i want remote controlling of my app like TeamViewer do (cobrowse.io also provide this feature).